Add ilev as a default output in all EAMxx output streams#3091
Add ilev as a default output in all EAMxx output streams#3091AaronDonahue merged 4 commits intomasterfrom
Conversation
This commit follows the example for the geometry data for 'lev' and adds 'ilev'. The variable 'ilev' will now be a default variable in all EAMxx output similar to what is currently done with lat/lon, hyam/hybm, hyai/hybi and lev. Addresses #3022
|
@bartgol @AaronDonahue how about we extract the logic for this type of op such that it can be generalized (and tidied up)? Something akin to @bartgol if that seems feasible, I can probably impl ... |
Where would you add this? Inside I/O? Or as a method of the grid? Generally speaking, I think it should be feasible. It could be as simple as offering a small method in the grid class, which internally simply calls "set_geo_data"... |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce checks passingWonderful, this rule succeeded.Make sure that checks are not failing on the PR, and reviewers approved
|
This commit follows the example for the geometry data for 'lev' and adds 'ilev'. The variable 'ilev' will now be a default variable in all EAMxx output similar to what is currently done with lat/lon, hyam/hybm, hyai/hybi and lev.
Fixes #3022